projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e95dca6
)
* src/comp.h (load_comp_unit): Fix declaration style.
author
Andrea Corallo
<akrl@sdf.org>
Sat, 25 Apr 2020 17:10:06 +0000
(18:10 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sat, 25 Apr 2020 18:55:39 +0000
(19:55 +0100)
src/comp.h
patch
|
blob
|
history
diff --git
a/src/comp.h
b/src/comp.h
index 6710227b44d36273d1976cd063c7c722e5e17038..c0598468117ac4aa609177205cf25b4bdacfc796 100644
(file)
--- a/
src/comp.h
+++ b/
src/comp.h
@@
-66,8
+66,9
@@
XNATIVE_COMP_UNIT (Lisp_Object a)
extern void hash_native_abi (void);
-void load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump,
- bool late_load);
+extern void load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u,
+ bool loading_dump, bool late_load);
+
extern void syms_of_comp (void);
extern void maybe_defer_native_compilation (Lisp_Object function_name,